build: Disable deprecation warnings for input methods
authorEmmanuele Bassi <ebassi@gnome.org>
Wed, 19 Apr 2017 10:34:29 +0000 (11:34 +0100)
committerEmmanuele Bassi <ebassi@gnome.org>
Wed, 3 May 2017 14:10:57 +0000 (15:10 +0100)
modules/input/meson.build

index 90be67f922a47ac3c051436c45f33fa588436326..ecb98c4a143edc65e6e247b3dec2d115cb41f811 100644 (file)
@@ -56,6 +56,7 @@ mp_confdir = join_paths(sysconfdir, 'gtk-4.0')
 mp_cargs = [
  '-DMULTIPRESS_LOCALEDIR=""', # FIXME: where is $(mplocaledir) ever set?
  '-DMULTIPRESS_CONFDIR="@0@"'.format(mp_confdir),
+ '-DGDK_DISABLE_DEPRECATION_WARNINGS',
 ]
 install_data('im-multipress.conf', install_dir : mp_confdir)